home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / other / whdload / install templates / readme < prev    next >
Text File  |  2000-02-28  |  1KB  |  38 lines

  1.  
  2. This drawer contains generic install scripts. If you are creating a WHDLoad
  3. install you should use them. Only little adjustment is required to get a
  4. system conform, user friendly and well tried install package.
  5.  
  6. What must be changed ?
  7.     - change APPNAME in the Installer icon to the name of the program
  8.       to install
  9.     - replace the #?.slave and #?.inf with yours
  10.     - adjust the README for your needs
  11.     - file naming conventions:
  12.         slave        APPNAME + ".slave"
  13.         dest icon    APPNAME + ".inf"
  14.     - if you want to provide an extra newicon, include it as APPNAME +
  15.       ".newicon", the user will be asked during the installation process
  16.       which icon to install
  17.  
  18. DIC - for standard disk images:
  19.     - the procedure "P_MakeImges" at the top of the install script must be
  20.       changed depending on the amount of disks
  21.     - if there is a on disk protection (e.g. RN-Copylock on track 1) the
  22.       appropriate track must be marked to skip by DIC using the variable
  23.       "#CI_skiptrk"
  24.     - the length of the images to create can be set using the variable
  25.       "#CI_disklen"
  26.  
  27. RawDIC - for custom disk formats:
  28.     - set #last-file in the installer script to the name of the last file
  29.       created by RawDIC (will be used to check for success)
  30.     - additional file naming conventions:
  31.         imager        APPNAME + ".islave"
  32.  
  33. Std-Files - for standard Amiga Filesystem disks:
  34.     - you have to add all the file copy stuff to the script
  35.     - if you want to use a sub directory set #sub-dir appropriate
  36.  
  37.  
  38.